home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / crc.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  179b  |  11 lines

  1. #ifndef _CRC_HPP_
  2. #define _CRC_HPP_
  3. #include "specs.hpp"
  4. #include "macs.hpp"
  5.  
  6. unsigned short calc_crc(unsigned char *buf, long len);
  7. ulong crc_file(bFILE *fp);
  8.  
  9.  
  10. #endif
  11.